home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / shgmdemo.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-12-06  |  147 b   |  13 lines

  1. on enterFrame
  2.   open("actvpass 5")
  3.   startTimer()
  4.   repeat while the timer < 60
  5.     nothing()
  6.   end repeat
  7.   quit()
  8. end
  9.  
  10. on exitFrame
  11.   quit()
  12. end
  13.